Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.webengine.sites.authConfig--authenticators

This contribution is part of XML component org.nuxeo.ecm.webengine.sites.authConfig inside nuxeo-webengine-sites-6.0.jar

Extension Point

Extension point authenticators of component PluggableAuthenticationService.

Contributed Items

  • <authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.plugins.BasicAuthenticator" enabled="true" name="BASIC_AUTH">
          <parameters>
             <parameter name="ForcePromptURL_RSS_WEBENGINE_PAGE">
              site/sites/@rss
              </parameter>
          </parameters>
        </authenticationPlugin>

XML Source

<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.plugins.BasicAuthenticator" enabled="true" name="BASIC_AUTH">
      <parameters>
         <parameter name="ForcePromptURL_RSS_WEBENGINE_PAGE">
          site/sites/@rss
          </parameter>
      </parameters>
    </authenticationPlugin>
  </extension>